runtime.guintptr.ptr (method)
44 uses
runtime (current package)
coro.go#L180: if next.ptr() == nil {
coro.go#L186: gnext = next.ptr()
debugcall.go#L165: newg := gp.schedlink.ptr()
debugcall.go#L222: callingG := gp.schedlink.ptr()
mgcmark.go#L303: for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
mgcmark.go#L731: oldList.tail.ptr().schedlink.set(nil)
mgcpacer.go#L809: gp := node.gp.ptr()
proc.go#L3131: if gp.m.lockedg == 0 || gp.m.lockedg.ptr().lockedm.ptr() != gp.m {
proc.go#L3142: status := readgstatus(gp.m.lockedg.ptr())
proc.go#L3145: dumpgstatus(gp.m.lockedg.ptr())
proc.go#L3391: gp := node.gp.ptr()
proc.go#L3823: return pp, node.gp.ptr()
proc.go#L3879: head := glist.head.ptr()
proc.go#L3883: for gp := head; gp != nil; gp = gp.schedlink.ptr() {
proc.go#L3976: execute(mp.lockedg.ptr(), false) // Never returns.
proc.go#L5473: u.initAt(mp.libcallpc, mp.libcallsp, 0, mp.libcallg.ptr(), unwindSilentErrors)
proc.go#L5614: gp := pp.runq[pp.runqtail%uint32(len(pp.runq))].ptr()
proc.go#L5619: globrunqputhead(pp.runnext.ptr())
proc.go#L6394: if lockedg := mp.lockedg.ptr(); lockedg != nil {
proc.go#L6723: gp = oldnext.ptr()
proc.go#L6753: batch[i] = pp.runq[(h+i)%uint32(len(pp.runq))].ptr()
proc.go#L6827: return next.ptr(), true
proc.go#L6836: gp := pp.runq[h%uint32(len(pp.runq))].ptr()
proc.go#L6848: drainQ.pushBack(oldNext.ptr())
proc.go#L6875: gp := pp.runq[(h+i)%uint32(len(pp.runq))].ptr()
proc.go#L6948: gp := pp.runq[(t+n)%uint32(len(pp.runq))].ptr()
proc.go#L6985: q.tail.ptr().schedlink.set(gp)
proc.go#L6998: q2.tail.ptr().schedlink = 0
proc.go#L7000: q.tail.ptr().schedlink = q2.head
proc.go#L7010: gp := q.head.ptr()
proc.go#L7047: q.tail.ptr().schedlink = l.head
proc.go#L7054: gp := l.head.ptr()
runtime2.go#L266: func (gp guintptr) ptr() *g { return (*g)(unsafe.Pointer(gp)) }
stack.go#L979: if thisg.m.morebuf.g.ptr().stackguard0 == stackFork {
stack.go#L982: if thisg.m.morebuf.g.ptr() != thisg.m.curg {
stack.go#L985: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
traceback.go#L254: gp := u.g.ptr()
traceback.go#L443: gp := u.g.ptr()
traceback.go#L562: gp := u.g.ptr()
traceback.go#L600: ctxt := u.g.ptr().cgoCtxt[u.cgoCtxt]
traceback.go#L817: traceback1(gp.m.libcallpc, gp.m.libcallsp, 0, gp.m.libcallg.ptr(), 0)
traceback.go#L964: gp := u.g.ptr()
traceback.go#L1115: if mp.throwing >= throwTypeRuntime && gp != nil && (gp == mp.curg || gp == mp.caughtsig.ptr()) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |